home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / ace expert / ae301.exe / %MAINDIR% / EScripts / jscript / Pswd.scr < prev    next >
Encoding:
Text File  |  1999-02-23  |  294 b   |  9 lines

  1. <SCRIPT LANGUAGE="JavaScript">
  2. <!-- begin script
  3. function checkPswd(ext) {
  4.   if ((document.pswdForm.pswd.value == null) || (document.pswdForm.pswd.value == ''))
  5.     alert('Invalid password.');
  6.   else this.location.href = document.pswdForm.pswd.value + ext;
  7. }
  8. // end script -->
  9. </SCRIPT>